Welcome![Sign In][Sign Up]
Location:
Search - VC .m

Search list

[Windows DevelopVC计算器

Description: VC计算器 功能 1、完成了实验要求的所有内容 2、可以连续输入运算,对于输入的表达式能够按算符优先级进行处理。如输入2+3*2时,输出为8,而不是10 3、可以处理含括号的表达式 4、十六进制、八进制、二进制可以双字、单字和字节三种长度进行处理 5、科学计数法表示,当输入值或者计算结果超过10^16时会自动以科学计数法表示 6、增加了科学计算器的一些设施,如退格键,清空与归零键,求阶乘,π,求Ln,求双曲函数等 7、可以使用键盘快捷键 8、错误提示 使用 1、Sin、Cos、Tan、Log、Mod、阶乘、指数、对数等运算先输入数值再按相应键计算 2、Hyp与Sin、Cos和Tan配合,选中为计算双曲函数 3、Inv可与三角函数、指数、对数等键配合,选中为计算反三角函数、开方、指数应算 4、Log应算以10为底,Ln应算以e为底 5、CE为清空当前值,C为全部清空 6、MC:清空存储数据;MR:调出存储数据;MS:保存当前数据;M+:将当前数据累加到已存储的数据中
Platform: | Size: 5441997 | Author: yuemaxl@163.com | Hits:

[matlabvc调用matlab

Description: 将一个m文件转成c /cpp文件并在VC中进行编译。这种方法有个烦人的地方,每次你都需要把matlab生成的一 大堆c和h文件考到vc中,比如我读入一副图片先做膨胀,再腐蚀,再进行小波变换,最后 显示。这样一个程序会生成大概150多个文件,每次都要拷贝这些文件很不方便。我试着用 了另外一种方法,可以简化这些工作。那就是不生成cpp文件交给VC去编译,而是直接在m atlab中生成一个dll交给VC去链接即可。这样无论matlab生成多少文件,都只需要拷贝三 个文件即可。 -m to a document conversion c/cpp files and compile VC. Such a method is a nagging place every time you need Matlab has generated a lot of c and h vc document examination, for example, I read a photo, first expansion, and corrosion, further wavelet transform, the last show. Such a procedure will probably generate more than 150 documents, each copy of these documents must be very inconvenient. I tried another kind of approach can simplify their work. It is not generating cpp documents to the VC to compile, but m atlab directly in the formation of a dll to the VC to link. No matter how many documents generated Matlab, only three need to copy documents.
Platform: | Size: 1024 | Author: 李震 | Hits:

[matlab2005.3.31VC调用M文件源代码

Description: 一个非常典型的”VC调用matlab中定义的.m文件中的函数的实例“附加说明文档,请站长检查,刚才发错了,不好意思-a very typical "call VC defined in Matlab. M document as a function of the examples "of the annotated document, please check station, just made a mistake, sorry
Platform: | Size: 87040 | Author: 赵锐 | Hits:

[matlabVC调用matlab中定义的.m文件中的函数的实例

Description: 如何在VC中利用matlab的资源呢? 在这里我简要的以一个简单的例子来说明一下如果在VC中调用matlab中定义的.m文件。-how to use Matlab resources? Here, I briefly with a simple example to illustrate what if the VC called defined in Matlab. M documents.
Platform: | Size: 40960 | Author: 葛强 | Hits:

[OtherVC++中调用Matlab .m函数编译后的对应c函数

Description: vc与matlab混合编程的具体实例,通过vc编译器调用matlab编译的.m文件。-vc mixed with Matlab programming specific examples, vc call Matlab Compiler compiled. M documents.
Platform: | Size: 23552 | Author: 侯磊 | Hits:

[Windows DevelopVC++中调用Matlab .m函数编译后的动态链接库

Description: 采用动态连接库实现matlab与vc的混合编程,供大家共享-Dynamic Link Library achieve Matlab and vc hybrid programming for share
Platform: | Size: 97280 | Author: adan | Hits:

[OtherVC调用matlab中自定义的.m

Description: 这个程序是我用来做数据处理的,在VC中调用matlab编写的.m文件来实现我所需功能,直接调用matlab中现成的函数来处理在vc中需要自己编很长代码来实现的数据处理函数,提高了工作效率,结合vc的界面美观与matlab的方便-this procedure is used for data processing. the VC Calling Matlab prepared. m documents I needed to realize functions, called directly available in Matlab functions to address the needs vc own code provision long to realize the data processing Function, improving work efficiency, vc combined with the beautiful interface convenience Matlab
Platform: | Size: 3061760 | Author: 向礼 | Hits:

[SCMVC[1].m

Description: VC调用matlab中定义的[1].m函数实例 VC调用matlab中定义的[1].m函数实例-VC defined in [1]. M function examples VC called defined Matlab [1]. m function examples VC call Matlab defined in [1]. m function examples
Platform: | Size: 111616 | Author: panzhi | Hits:

[Windows DevelopVC++60MFC5555555566666

Description: 题目---基于VC++ 6. 0 M FC的多线程通信程序,硕士学位论文 -topic--- Based on VC 6. FC 0 M multithreading Communication Program, a master's degree thesis
Platform: | Size: 3159040 | Author: jiafeimao | Hits:

[OtherVC++callMatlabfunction

Description: 本软件提供了VC++中调用Matlab.m函数编译后的动态链接库.Matlab的数值处理能力很强,用VC++调用Matlab函数可以解决很多问题-The software provides a VC Calling Matlab.m function compiled the dynamic link library. Matla b numerical processing capacity strong, with VC Calling Matlab function can solve many problems
Platform: | Size: 97280 | Author: 王安 | Hits:

[Software EngineeringVC++andMatlab

Description: 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-many engineering software necessary to use complex mathematical algorithms. VC can form various user interface, and can directly with the system and the underlying hardware data exchange. The study VC and Matlab programming mixed with great practical significance. The paper discusses how to use the Matlab m*. Complier will function compiled as DLL DL L, VC called to the methods, a VC and Matlab for the rapid realization.
Platform: | Size: 104448 | Author: 徐凯 | Hits:

[Software Engineeringmatlabc123

Description: VC++与Matlab混合编程的快速实现 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。 关键词: Matlab VC++ MCC Complier 动态链接库D-VC and Matlab for the rapid realization of the paper discusses how to use the Matlab Co. m*. mplier will function as compiled DLL, to the VC called, provide a VC and Matlab for the rapid realization. Keywords : Matlab VC MCC Complier D
Platform: | Size: 104448 | Author: 李艷 | Hits:

[File FormatVC++GPS

Description: 首先简单介绍了GPS 接收机串口通信的基本概念, 然后通过实例详细介绍了计算机与GPS 接收机进行 数据传输的两种方法: 一种是使用W in32 A P I 通信函数的文件读写方式 另一种是通过VC+ + 6. 0 提供的 M SComm 控件实现。-first brief introduction of GPS receiver serial communication the basic concepts, Then detailed examples of computer and GPS receivers for data transmission methods : One is to use the W in32 I A P communications functions for reading and writing the paper through another VC 6. 0 for S M Comm Controlware.
Platform: | Size: 109568 | Author: zhanglili | Hits:

[VC/MFCVC-MFC-BOOK

Description: visual c++ MFC教程式,初学者,中级者都可以看一看,可以更好的理解MFC架构,会有收获的。-visual c MFC-Guide, beginners, intermediate can have a look, can better understand the MFC framework, there will be harvested.
Platform: | Size: 605184 | Author: hb | Hits:

[OtherMatlabSharedLib_demo

Description: Introduction Some times it is required that we build a shared library (DLL) from an m-file. M-files are functions that are written in Matlab editor and can be used from Matlab command prompt. In m-files, we employ Matlab built-in functions or toolbox functions to compute something. In my past articles, I showed you some ways to use Matlab engine (vis. API, C++ class or Matlab engine API) for employing Matlab built-in functions, but what about functions that we develop? How can we use them in VC? Is there any interface? This article shows you an idea to employ your own Matlab functions.
Platform: | Size: 65536 | Author: vipjvs | Hits:

[Graph programM-Khook

Description: vc++编写的鼠标键盘消息的拦截程序,运用钩子实现-vc++ prepared to intercept mouse messages keyboard procedures, the use of hook realize
Platform: | Size: 40960 | Author: 无危 | Hits:

[matlabVC++_Matlab

Description: 许多工程软件需要用到复杂的数学算法。VC++能够形成各种用户界面, 并可以直 接与系统及底层硬件交换数据。因此研究VC++和Matlab 的混合编程具有很大的实际意义。 该文讨论了如何使用Matlab 的Complier 将*.m函数编译为动态链接库DLL, 提供给VC++ 调用的方法, 提供了一种VC++与Matlab 混合编程的快速实现。-Many engineering software necessary to use complex mathematical algorithms. VC++ Can form a variety of user interface, and can be directly related to systems and data exchange underlying hardware. The study VC++ And Matlab programming hybrid has great practical significance. The article discussed how to use the Matlab Compiler to compile*. m functions for dynamic link library DLL, available to VC++ Call methods, provides a VC++ With Matlab rapid realize mixed language programming.
Platform: | Size: 105472 | Author: 贺鼎宏 | Hits:

[Other57578868md5

Description: 是一个md5的VC程序,很有参考价值,快来看看吧-Is an md5 of the VC process, a good reference value, Come see and see
Platform: | Size: 4978688 | Author: humingke | Hits:

[Dialog_WindowMDI

Description: Vc++ MDI+多视+窗口动态规划 -Vc++ MDI+ Multi-view window dynamic programming
Platform: | Size: 4503552 | Author: wq | Hits:

[Multimedia programvc-mp3

Description: mp3 播放器 vc++ 源代码 vc++ 源代码 vc++ 源代码 -mp3 player, vc++ source code for vc++ source code for vc++ source code for vc++ source code for vc++ source code for vc++ source code
Platform: | Size: 2324480 | Author: bixiaogang | Hits:
« 12 3 4 5 6 7 8 9 10 ... 15 »

CodeBus www.codebus.net